home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / fsdomain / fsdomain.man < prev    next >
Text File  |  1992-03-12  |  2KB  |  53 lines

  1. ' $Header: /sprite/src/cmds/fsdomain/RCS/fsdomain.man,v 1.2 91/10/11 14:29:54 voelker Exp Locker: voelker $
  2. .so \*(]ltmac.sprite
  3. .HS PROGNAME cmds
  4. .BS
  5. '\" Note:  do not modify the .SH NAME line immediately below!
  6. .SH NAME
  7. fsdomain \- changes the domain prefix of a file system
  8. .SH SYNOPSIS
  9. \fBfsdomain\fR
  10. \fIdevice\fR
  11. [\fIoptions\fR]
  12. .SH OPTIONS
  13. .IP "\fB\-help\fR" 15
  14. Print a summary of the command-line options and exit.
  15. .IP "\fB\-name domain_name\fR" 15
  16. Change the domain name.
  17. .IP "\fB\-d domain_num\fR" 15
  18. Change the domain number.
  19. .IP "\fB\-id serverID\fR" 15
  20. Change the server ID.
  21. .IP "\fB\-prev\fR" 15
  22. Use the previous (older) checkpoint.
  23. .IP "\fB\-print\fR" 15
  24. Print out the file system structures.
  25. .BE
  26.  
  27. .SH DESCRIPTION
  28. .PP
  29. \fBfsdomain\fR displays or changes various parameters of the domain of
  30. a file system.  If no options are given, then \fBfsdomain\fR displays
  31. the domain name, domain number, and serverID of the filesystem on the
  32. given device.  And the options allow you to selectively change any of
  33. those values. (Note: the disk device should be unmounted if you change
  34. any of the domain parameters.)
  35. .PP
  36. The \fB-print\fR option prints out file system structures.
  37. For an OFS, \fBthe Ofs_SummaryInfo\fR and \fBOfs_DomainHeader\fR are printed;
  38. for an LFS, \fBfsdomain\fR prints the \fBLfsCheckPointHdr\fR, the
  39. \fBLfsCheckPointTrailer\fR, and all the \fBLfsCheckPointRegions\fR between
  40. the header and the trailer.
  41. .PP
  42. The \fB-prev\fR option applies the above actions to the previous checkpoint.
  43. For some reason, the kernel and the disk can become out of sync with regard
  44. to which region is the current checkpoint.  This option should be able
  45. to get around that problem.
  46.  
  47.  
  48. .SH SEE ALSO
  49. fsinfo, fsmake, mklfs, labeldisk
  50.  
  51. .SH KEYWORDS
  52. disk, partition, filesystem, domain, prefix
  53.